FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / SupportsAdvancedSorting Property

In This Topic
    SupportsAdvancedSorting Property (SortableBindingList<T>)
    In This Topic
    Gets a value that indicates whether the data source supports advanced sorting.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SupportsAdvancedSorting As Boolean
    public bool SupportsAdvancedSorting {get;}
    See Also